Checks to see whether a specified object exists.
HRESULT ObjectExists(BSTR oid, [out,retval] VARIANT_BOOL* objectExists);
ObjectExists(String oid, [out,retval] VARIANT_BOOL objectExists);
Sub ObjectExists(oid As String, objectExists As [out,retval] VARIANT_BOOL)
Parameters |
Description |
[in] BSTR oid |
The OID of the objec to query for |
True if the object exists; False if it does not.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|